Merge pull request #523 from jcastillo-arm/jc/genfw-791
authordanh-arm <[email protected]>
Thu, 18 Feb 2016 18:36:00 +0000 (18:36 +0000)
committerdanh-arm <[email protected]>
Thu, 18 Feb 2016 18:36:00 +0000 (18:36 +0000)
ARM platforms: rationalise memory attributes of shared memory

1  2 
include/plat/arm/common/arm_def.h
include/plat/arm/css/common/css_def.h
plat/arm/board/fvp/include/platform_def.h
plat/arm/css/common/css_scp_bootloader.c
plat/arm/css/common/css_scpi.c

Simple merge
index 3d6884a845276699e0181638702ca621d3012b5a,7a5d1939b76118ce2d73217e8d873fd20da6acf3..f92126ba96d60148f106bce6cf5935a52968ea6b
  #define SCP_BL2_BASE                  BL31_BASE
  
  #define SCP_BL2U_BASE                 BL31_BASE
 +#endif /* CSS_LOAD_SCP_IMAGES */
  
- #define PLAT_ARM_SHARED_RAM_CACHED    MHU_PAYLOAD_CACHED
  /* Load address of Non-Secure Image for CSS platform ports */
  #define PLAT_ARM_NS_IMAGE_OFFSET      0xE0000000
  
Simple merge